#
# HoI - Albania Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  Italian Ultimatum
#########################################################################
event = { 
	id = 3500
	random = no
	country = ALB
	
	# Triggered by ITA 2902
	
	name = "EVT_3500_NAME"
	desc = "EVT_3500_DESC"
	style = 0
	picture = "Albania"
	
	action_a = {
		name = "ACTIONNAME3500A" # Never!
		ai_chance = 98
		command = { type = end_access which = ITA }
		command = { type = leave_alliance }
		command = { type = trigger which = 2903 }
	}
	action_b = {
		name = "ACTIONNAME3500B" # Very well. (Game Over)
		ai_chance = 2
		command = { type = trigger which = 2904 }
	}
}

event = {
	id = 3501
	random = no
	country = ALB
	style = 0

	trigger = {
		puppet = { country = ALB country = ITA }
	}

	name = "EVT_120_NAME"
	desc = "EVT_120_DESC"
	picture = "coup"

	date = { day = 6 month = november year = 1936 }

	action_a = {
		name = "OK"
		command = { type = headofgovernment which = 32052 } # Koo Kotta
		command = { type = foreignminister which = 32115 } # Eqrem Libohova
		command = { type = ministerofsecurity which = 32106 } # Musa Juka
		}
	}

event = {
	id = 3502
	random = no
	country = ALB
	style = 0

	trigger = {
		minister = 32228 # Ethem Toto
	}

	date = { day = 14 month = may year = 1937 }

	name = "EVT_3502_NAME"
	desc = "EVT_3502_DESC"
	picture = "minister_died"

	action_a = {
		name = "Down with the rebels"
		command = { type = sleepminister which = 32228}	# Ethem Toto
		command = { type = manpowerpool value = -1 }
		command = { type = dissent value = 5 }
		}
	}
